adTempus API
|
Gets the last checkpoint set by the task
__property BSTR* Checkpoint;
BSTR* Checkpoint;
Property Checkpoint() As BSTR*
A program, batch file, or script executed by adTempus can pass checkpoints back to adTempus to indicate progress. The most recent checkpoint is available through the Checkpoint property.
This property is read-only and cannot be used by a program to set the checkpoint.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|